home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / _rsynth / !rsynth / README < prev    next >
Text File  |  1994-04-11  |  4KB  |  99 lines

  1.  
  2.  
  3. This is a port of a program written by Nick Ing-Simmons. See README_sim for
  4. his original README file.
  5. The porting consisted of recoding the klatt-synthesizer in assembler and
  6. writing a wimp-front end. I also changed the interface to an (optional) 
  7. dictionary.
  8.  
  9. Although not directly applicable to this program I have also included
  10. README_kla which gives some information on the klatt synthesizer.
  11.  
  12. This program can interface to the CUVOALD - dictionary. which you can get
  13. from the Oxford text archive. See README_sym and text710_do for more info.
  14. If you elect to get the dictionary, be prepared for a huge file.
  15. uncompressed it is about 9MB. A sample of its format is given in
  16. text710_do as well as in dict_orig. rsynth does not use the dictionary
  17. in this format but in a compressed version (1Mb). Run the program compdict
  18. to get the compressed version. The compresses version should be
  19. called dictionary in the !rsynth directory. Right now there is a very
  20. tiny dictionary (5 entries) which is derived from dict_orig.
  21. If you install a dictionary, you probably have to change the hash-table size
  22. in the !run file. The default value is 70001 which is ok for 57000 entries
  23. I use in my dictionary. (number of entries * 1.2 should be a good size).
  24. I also included the source code for compdict as compd_c.
  25.  
  26.  
  27. The output rate of this program is currently fixed to 8kHz.
  28. Unfourtunately the system beep doesn't like that to much (wave-synth-beep
  29. is hardly audible any more)
  30.  
  31.  
  32. This is version 0.91. 
  33.   Version 0.90 made some unjustified assumptions about the FPEmulators < 4.00
  34.   and chrashed accordingly on such systems. Thank you to Luke Taylor for
  35.   pointing this out to me. I also added a second icon, which shows that rsynth is busy.
  36.  
  37.  
  38. ----------------------------------------------------------------------------
  39. legalities:
  40.  
  41.   because the main work was done by Nick Ing_Simmons, who released his code
  42.   for free I will follow his example, except for:
  43.  
  44.     Copyright
  45.       ⌐  Claus Vohwinkel, 1994
  46.  
  47.  
  48.  
  49.   1. You may copy and distribute free copies of the Program
  50.      as you receive it, in any medium, provided that you
  51.      keep intact the copyright notice and the disclaimer.
  52.  
  53.   2. You may charge a fee for the physical act of transferring a copy.
  54.  
  55.   3. You may modify this program or incorporate this program or parts
  56.      of it into others programs, provided that the resulting program is 
  57.      released in the Public Domain and that you give proper credit to the
  58.      authors of this program. In case you modify this program you must
  59.      state in your program that is has been modified by you.
  60.  
  61.   4. You may not copy, modify, license, or distribute the Program
  62.      except as expressly stated above.
  63.  
  64.                        DISCLAIMER
  65.  
  66.  1. BECAUSE THE PROGRAM IS FREE OF CHARGE, THERE IS NO WARRANTY
  67. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  68. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  69. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  70. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  71. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  72. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  73. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  74. REPAIR OR CORRECTION.
  75.  
  76.  2. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  77. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  78. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  79. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  80. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  81. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  82. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  83. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  84. POSSIBILITY OF SUCH DAMAGES.
  85.  
  86. --------------------------------------------------------------------------
  87.  
  88. Claus Vohwinkel
  89.  
  90.  
  91.  
  92. You may contact me at:
  93.        e-mail:  vohwinkl@scri.fsu.edu
  94.       us-mail:  Claus Vohwinkel
  95.                 SCRI/FSU
  96.                 400 Science Library
  97.                 Tallahassee, FL 32306
  98.       
  99.